GetHashCode()

Method

Namespace: Diffstore.Entities

Declared in: Diffstore.Entities.Entity<TKey, TValue>


Calculates hashcode based on key and value hashcodes.

Syntax

public override int GetHashCode()

Back to index